-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix dependency on redis-cli and redis-server to pass tests #3014
Conversation
I propose to split this into 3 PRs, because it contains independent features - doc update, node client fixes and core fixes |
I'll split into two, doc and tests. The core one is just one change and naming, not sure if it needs a PR for itself. BTW, on top of mac, Ubuntu and for node, also alpine, glide is compatible with Fedora and Mint, I checked it, and most likely all the CentOS/RHEL family and all the successors of Debian. |
f8d8447
to
f05ddc4
Compare
4ad2ac5
to
f7e0ef3
Compare
f7e0ef3
to
6d39dc3
Compare
…ation instructions Signed-off-by: avifenesh <[email protected]>
…anagement Signed-off-by: avifenesh <[email protected]>
…pendencies Signed-off-by: avifenesh <[email protected]>
Signed-off-by: avifenesh <[email protected]>
…ndencies, and update long dependency version Signed-off-by: avifenesh <[email protected]>
Co-authored-by: Shoham Elias <[email protected]> Signed-off-by: Avi Fenesh <[email protected]>
63f68f3
to
b8c2853
Compare
Trying to work with Fedora which has strict rules about not OSS packages.
The Redis symlink doesn't exist in the distro because of it. When running tests, they fail, since there are many places we depend on the symlinks to exist.
This pr decouple and allow to developer to have just valkey on their system.
This pr also introduce the way to download Valkey using the package managers of the different distros, since those are not explained yet on Valkey sites.
Issue link
This Pull Request is linked to issue #3011
Checklist
Before submitting the PR make sure the following are checked: